From: Eli Zaretskii Date: Sat, 3 Oct 2009 09:34:37 +0000 (+0000) Subject: (fast_looking_at): Fix a typo in the commentary. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10102 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=130ec077980c82b8fa96b2b89a10eaf214e72148;p=emacs.git (fast_looking_at): Fix a typo in the commentary. --- diff --git a/src/search.c b/src/search.c index 2e5c379ea7d..0102957679d 100644 --- a/src/search.c +++ b/src/search.c @@ -564,7 +564,7 @@ fast_string_match_ignore_case (regexp, string) return val; } -/* Match REGEXP atainst the characters after POS to LIMIT, and return +/* Match REGEXP against the characters after POS to LIMIT, and return the number of matched characters. If STRING is non-nil, match against the characters in it. In that case, POS and LIMIT are indices into the string. This function doesn't modify the match